home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power Utilities
/
Power Utilities.iso
/
ek
/
rir132
/
justfils.bat
< prev
next >
Wrap
DOS Batch File
|
1991-01-11
|
652b
|
15 lines
echo on
rem This batch file will set the rircmd environment variable to display
rem a list of just the files in a directory; no subdirectories are listed,
rem and no other information about the files are listed. It uses
rem /ljf for left-justified filenames, /nfs for no file stats, /nh for no
rem header, /nf for no footer, and /nd for no directories.
rem
rem You can still add /p, /w, or other options from the command line;
rem RIR will use parameters both from RIRCMD and from what you type at
rem the command line.
rem
rem NOTE: Just type "SET RIRCMD" at the DOS prompt to erase these settings!
rem
set rircmd /ljf /nfs /nh /nf /nd